home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / qbbed255.zip / QBBED.HIS < prev    next >
Text File  |  1992-01-12  |  63KB  |  1,492 lines

  1.            Program history
  2.  
  3.  
  4. 1992-01-12 Included my network address which soon will be changed to
  5. 2.55       2:310/90.100.  Some other changes regarding dialog boxes,
  6. B9904870   the built-in list of acronyms and some minor changes to
  7.            some routines which I unfortunately don't remember anymore
  8.            in detail also were implemented.
  9.  
  10.  
  11. 1991-12-08 Fixed a bug which sometimes caused the option "Tag selected
  12. 2.54       name" from the userlist to not work properly.
  13. A608C2B5
  14.  
  15.  
  16. 1991-11-30 New option in the "Search" menu: create user list (Alt-F2).
  17. 2.54       Scans all non-deleted messages in the current folder and
  18. 13B5AB0C   creates a list of user names from the "To:" and "From:"
  19.        fields of the messages header.  The contents of this lists
  20.        are displayed in two scrollable windows.  Similar to Alt-F1
  21.        (create topic list, former command: "?") and Alt-F3 (create
  22.        PID list, former command: "P") a message from/to a selected
  23.        name can be highlighted by pressing <return> or tagged by
  24.        pressing <space>.
  25.  
  26.        In message view mode the folder selection box activated by
  27.        Alt-F or Ctrl-F now only lists folders which contain some
  28.        messages.  Folders which contain no messages will not be
  29.        included in this list.
  30.  
  31.  
  32. 1991-11-23 To make the program more familiar for FM users I've changed
  33. 2.53       the <home> and <end> keys to work the same as in FM: <home>
  34. E0C2906B   locates the first message in the current folder, <end> moves
  35.        to the last message.  Ctrl-Home moves to the first line of
  36.        the current message, Ctrl-End displays the last.  All this
  37.        is true while in text viewing mode only.
  38.  
  39.        Reshuffled the location of the help texts in the overlay.
  40.        Therefore it was possible to decrease the overlay buffer
  41.        by approximately 35 percent.  Result: more heap memory is
  42.        available for larger messagebases and longer messages.
  43.  
  44.        New feature: tagged messages optionally can be forwarded
  45.        also into the netmail folder.
  46.  
  47.        Netmail messages created by the program -- regardless if
  48.        netmail replies, forwarded echomail or automatically
  49.        generated flames -- now use the same netmail attribute
  50.        flag as found in Setup.Fd.  In non-FrontDoor environments
  51.        the default netmail flag is "private" and "kill/sent".
  52.  
  53.        An other default netmail flag may be set using the key-
  54.        word "netmailflag = <flag>" in Qbbed.Ini.  See the file
  55.        Sample.Ini for possible values for <flag>.  If this state-
  56.        ment is present in Qbbed.Ini it will override FrontDoor's
  57.        default netmail flag.
  58.  
  59.        The new keywords "keepPIDs" and "keeptopics" determine
  60.        if the files Pids.### and Topics.### will be kept or
  61.        deleted before the program exits.  The Pids.### and
  62.        Topics.### files are stored in the subdirectory located
  63.        by the TMP or TEMP environment variable.  I suggest using
  64.        a RAM disk for this path.  Changing these flags can be
  65.        done in the "Miscellaneous" menu.
  66.  
  67.  
  68. 1991-11-21 Fixed a bug which sometimes caused lockups if new echo-
  69. 2.52       mail messages have been created in message viewing mode.
  70. A0F837C2   Dynamical memory management is a science for itself :-)
  71.  
  72.  
  73. 1991-11-19 Patrik Sjoberg, 2:205/208, sent me a very fast CRC32
  74. 2.51       routine in Assembler.  You'll notice the different
  75. 73205E87   speed while the program is checking Setup.Fd, during
  76.        the calculation of the program's CRC (Alt-I) and while
  77.        the program is altering Setup.Fd (and Fd.Sys) in case
  78.        you've used the "-p<other path>" commandline parameter
  79.        and Alt-B (external editor) or Alt-L (external linker)
  80.        was invoked.
  81.  
  82.        Thanks a lot, Patrik; very much appreciated!
  83.  
  84.        Fixed a braindead bug which sometimes caused heap crash
  85.        during reading of messages.  I've noticed that already,
  86.        but Ralf Pradella, 2:249/6, gave me a useful hint into
  87.        the right direction.
  88.  
  89.  
  90. 1991-11-18 Minor, but useful changes: if Alt-F (select folder)
  91. 2.51       was pressed for the first time while viewing a message
  92. 00D40DDF   a scan for new messages in all folders is started.
  93.        This does exactly the same als Ctrl-F in FM: check
  94.        all folders for new messages.
  95.  
  96.        Both Alt-F and Ctrl-F can be used to switch for reading
  97.        to an other folder.  Ctrl-F always does a complete scan
  98.        for unread mail (not necessarily destined for the sysop),
  99.        while Alt-F does this scan automatically only when issued
  100.        for the first time.
  101.  
  102.        Unlike FM also the number of messages contained in each
  103.        folder is displayed besides the folder name.  Selecting
  104.        a folder now also can be done via the first letter of
  105.        the folder's name.
  106.  
  107.        While viewing a message text Alt-E now can be pressed
  108.        to edit the message header.
  109.  
  110.        Netmail replies now are possible; toggling netmail or
  111.        echomail replies is done via the shortcut Ctrl-N.
  112.  
  113.        Message quoting is toggled via the shortcut Ctrl-Q.
  114.  
  115.  
  116. 1991-11-17 The message text display finally is scrollable.
  117. 2.50       Up-arrow, down-arrow, PgUp and PgDn can be used
  118. D53FF3DC   to browse through the message text, <home> moves
  119.        to the first message line, <end> to the last.
  120.  
  121.        The maximum length of a message text depends on
  122.        the amount of memory available; there is no such
  123.        thing as a hard coded limit for the message length.
  124.  
  125.        The program stops at the last line of a message;
  126.        something I've always missed in FM (hi, Jo).
  127.  
  128.        While reading messages left-arrow or right-arrow only
  129.        moves within the folder.  Similar to FM Alt-F supports
  130.        selecting an other folder while viewing messages.
  131.  
  132.        Hidden control characters and paragraph marks can be
  133.        displayed exactly 1:1 as they appear within the message
  134.        text.  Of course each message also may be viewed in
  135.        hexadecimal form.
  136.  
  137.        Creating of new messages or replies also at last
  138.        is possible.  This is done by executing an external
  139.        text editor, because I don't want to write yet another
  140.        full screen editor, and because no other editor works
  141.        as nice and comfortable as your preferred text editor.
  142.  
  143.        Pressing "?" creates a list of topics from the folder
  144.        to which the current message belongs.  The topics
  145.        will be shown in a scrollable window; <return> locates
  146.        the first message with this topic (usually the begin
  147.        of a message thread). <space> tags all messages with
  148.        the selected topic.
  149.  
  150.        A similar feature is "P", create list of PID's.
  151.        All PID's found in the messagebase will be displayed
  152.        in a window; <return> locates the message in which
  153.        the selected PID was encountered for the first time.
  154.        <space> tags all messages containing the selected PID.
  155.  
  156.        With the help of Wilbert Van Leijen, 2:500/12.10956,
  157.        who translated a vital function of the program to
  158.        Assembler, the dupe checking option has been speeded
  159.        up remarkably.
  160.  
  161.        For each option of the program a context-sensitive
  162.        help text is available via the F1 key.
  163.  
  164.  
  165. 1991-11-05 All tagged messages will be cleared before starting
  166. 2.32       the dupe checking.  If there were already some tagged
  167. B689CDC1   messages but no dupes were found during dupe checking
  168.        these tagged messages were considered dupes.  Thanks
  169.        to Christian Hassa, 2:310/15.4, for reporting this.
  170.  
  171.        A context sensitive help system is available for all
  172.        commands supported by the program.  If F1 is pressed
  173.        from the pulldown menu the corresponding help text
  174.        for each highlighted menu option will be displayed.
  175.  
  176.        The "request for help"-message previous versions of
  177.        the program generated no longer exists.
  178.  
  179.        The program no longer asks is new settings should be
  180.        saved to its .INI file if the settings have not been
  181.        changed as it erratically did in previous versions.
  182.  
  183.  
  184. 1991-11-01 If the messagebase currently being accessed by QBBed is not
  185. 2.31       the same as found in Setup.Fd the program displays a warning
  186.        in a pop-up window on attempt to execute an external editor
  187.        or an external reply-linking program.
  188.        Optionally now Setup.Fd may be altered to contain the path
  189.        to the other messagebase before the external program is started.
  190.        If this option is used the original path to the primary
  191.        messagebase is restored in Setup.Fd after returning from
  192.        the external program.
  193.  
  194.        If the commandline parameter "-optimize" was used and
  195.        QBBed was pointed with "-p<path>" to an other subdirectory
  196.        than found in Setup.Fd's QuickBBS path the program changes
  197.        Setup.Fd before calling the external reply-linking program.
  198.        Afterwards the original QuickBBS path of course is restored
  199.        in Setup.Fd again.
  200.  
  201.        For the sake of old fashioned programs each time Setup.Fd is
  202.        changed it is also copied to Fd.Sys in the same subdirectory.
  203.        This of course only is done is an existing Fd.Sys was found
  204.        -- hello, Joaquim :-))
  205.  
  206.        Changed the "Messagebase optimization options" dialog box
  207.        to allow selecting if the Msg*.Bak files should be deleted
  208.        or should be kept.  By the way: this dialog box now is a
  209.        little bit smarter (hello, Ralf!) than the previous one.
  210.  
  211.        If the first user defined in Setup.Fd has an associated
  212.        password the program prompts for this password.  After
  213.        three wrong passwords have been entered the program is
  214.        terminated.  If more users were found in Setup.Fd the
  215.        user for the current session must be selected.
  216.  
  217.        A new option in the "Search" menu allows to check for
  218.        new echomail.  That's basically the same as using the
  219.        commandline parameter "-new".  However, since there is
  220.        also a new option in the "Miscellaneous" menu to change
  221.        the current user (Ctrl-U) the search for new echomail
  222.        can be done again for the new selected user.
  223.  
  224.        On beginning of the messagebase optimization the program
  225.        hung if "Sort chronologically" was *not* selected.
  226.        At least on my machine the optimization works flawlessly,
  227.        regardless if chronological sorting was selected or not.
  228.  
  229.        If the messagebase is set to "Read only" the "R/O" in
  230.        the upper right hand corner of the screen is displayed
  231.        blinking.  If only a part of the messagebase is in use
  232.        after choosing global access filters the asterisk in
  233.        the upper left hand screen corner blinks.
  234.  
  235.        The program information (Alt-I) now includes a CRC check
  236.        of the program itself.  For the current version this
  237.        CRC checksum is 1F74940D.  If this hexadecimal number
  238.        is different than the one appearing on your computer's
  239.        screen chances are high that the .EXE has been altered.
  240.  
  241.  
  242. 1991-10-30 If there's not enough memory available for dupe checking
  243. 2.30       of the complete messagebase the program notifies this in
  244.        a pop-up window.  Use Alt-F to set global access filters
  245.        and try again if your system has not enough memory free
  246.        for a complete dupe check.
  247.  
  248.        After dupe checking the program didn't dispose the heap
  249.        it allocated for the binary tree.  Changed this so that
  250.        all memory required for dupe checking will be available
  251.        again afterwards.
  252.  
  253.        Added both CRC-32 checksums to the file Setup.Fd which
  254.        optionally is created by the program if it's used in
  255.        a non-FrontDoor environment.  Setup.Fd created by the
  256.        program now is fully accessible using Fdsetup.Exe.
  257.  
  258.        Added John Barton, 2:257/168, to the file request dialog
  259.        box ("Check for new version  Alt-C").
  260.  
  261.  
  262. 1991-10-29 With the help of Ralf Pradella (2:249/6) and Alexander
  263. 2.30       Holy (2:310/90) I was able to create a 32 bit CRC routine.
  264.        Therefore it was possible to dramatically increase the
  265.        speed of the option "Check for duplicate messages (Alt-U)".
  266.        Performance of dupe checking: 4953 messages per minute
  267.        on an 80386/20 with 1 mb disk cache in extended memory,
  268.        DOS 5.0 and no DESQview, Windows or similar stuff.
  269.  
  270.        If the program is used in a non-Frontdoor environment
  271.        the ASCII file Qbbed.Ini is required for configuration.
  272.        Before terminating the program now optionally saves the
  273.        configuration data in FrontDoor's format to the binary
  274.        files Setup.Fd and Folder.Fd.  If both .Fd files are
  275.        found in the subdirectory from which Qbbed.Exe was
  276.        started (this is not necessarily identical to the sub-
  277.        directory where Qbbed.Exe is located) this files will
  278.        be used for primary configuration on the next startup.
  279.  
  280.        I've included this feature because Setup.Fd and Folder.Fd
  281.        are processed in a much faster and saver way than Qbbed.Ini.
  282.        However, if important system parameters are changed and
  283.        Fdsetup.Exe is not available for changing the binary
  284.        setup files both Setup.Fd and Folder.Fd must be deleted.
  285.        The altered file Qbbed.Ini will be used; optionally the
  286.        new configuration data again may be saved in FrontDoor
  287.        format before exiting the program.
  288.  
  289.  
  290. 1991-10-28 New commandline parameter "-optimize" or "/optimize":
  291. 2.29       only perform messagebase optimization.  If no options
  292.        are set the program first prompts for the optimization
  293.        options which should be used.  Many thanks to Christian
  294.        Hassa, 2:310/15.4, for suggesting this switch.
  295.  
  296.        Changed the way the program searches deleted messages
  297.        if such messages have been recognized during reading
  298.        of Msgidx.Bbs.  This should be faster now than in
  299.        previous versions.  Thanks a lot to the folks at the
  300.        Frankfurt-Con :-)
  301.  
  302.        I'm still working on a faster way of dupe checking,
  303.        stay tuned...
  304.  
  305.  
  306. 1991-10-24 The new commandline parameter "-new" or "/new" checks
  307. 2.28       for new echomail waiting for the first user defined
  308.        in FrontDoor's setup.  If new echomail is found it
  309.        will be tagged and the scrollbar will be located
  310.        at the first unreceived message addressed to this
  311.        user.
  312.  
  313.        New menu option "Optimization options Alt-O" in the
  314.        file menu: a pop-up dialog box allows to set many
  315.        messagebase optimization, packing and sorting options.
  316.        This optimization tasks will be performed after pressing
  317.        Alt-X, Alt-Q or Alt-F4.  The optimization options may
  318.        be saved to Qbbed.Ini (or whatever this file is called).
  319.  
  320.  
  321. 1991-10-21 Expanded the behaviour of the commandline parameter
  322. 2.27       "undelete": if deleted messages were found they will
  323.        be recovered automatically.  If checking for deleted
  324.        messages was invoked by Alt-Y or the pulldown menu
  325.        and deleted messages were found the program prompts
  326.        if they should be recovered.
  327.  
  328.        Text dump (Alt-T) now also works on deleted messages.
  329.  
  330.  
  331. 1991-10-20 New menu option in the "Tag" menu: tag all deleted
  332. 2.26       messages, Alt-Y.  No further comment necessary,
  333.        I suppose.
  334.  
  335.        The new commandline parameter "/undelete" or
  336.        "-undelete" may be used to activate this function
  337.        immediately after program startup.
  338.  
  339.  
  340. 1991-10-19 New option in the "Tag" menu: if the ASCII file
  341. 2.25       "Tagnames.Txt" is located in the messagebase
  342.        subdirectory messages to or from a member of
  343.        this list will be tagged.  The maximum length of
  344.        a name in this file is 35 characters, the maximum
  345.        number of names is 100.  Leading or trailing blanks
  346.        don't matter; everything including and after a semi-
  347.        colon is a comment.
  348.        If Tagnames.Txt was not found this name list is
  349.        identical to the user names defined in FD's setup.
  350.  
  351.        Menu options which currently are not available will
  352.        be dimmed in the pulldown menu.
  353.  
  354.  
  355. 1991-10-14 The program now again reads deleted messages during
  356. 2.24       initial scan of the messagebase.  Previous versions
  357.        took into consideration only those messages which
  358.        were *not* marked as "deleted" in the index files.
  359.  
  360.  
  361. 1991-10-11 While checking for duplicate messages the program
  362. 2.23       reports the number of dupes found in a pop-up window.
  363.        No other changes; I'm still working on a much faster
  364.        method of dupe checking.
  365.  
  366.  
  367. 1991-10-10 New option in the "Search" menu: Check for dupes, Alt-U.
  368. 2.23       This checks for duplicate messages and tags them for
  369.        further processing.  Please be aware that the method
  370.        I currently use is very slow; you do better by using
  371.        Alt-F to select specific messages and then Alt-U to
  372.        dupe-check only the selected range.  I'm working on
  373.        a faster method for dupe-checking, but this taks is
  374.        not trivial.
  375.  
  376.        After pressing "Del" the program displays "Deleting
  377.        [nn] messages..." if more than two messages have been
  378.        selected (tagged) for deleting.  Thanks to Christian
  379.        Hassa, 2:310/15.4, for this suggestion.
  380.  
  381.  
  382. 1991-09-29 Fixed a bug which caused a wrong order of messages while
  383. 2.22       printing or exporting to ASCII file in reply-linked sequence.
  384.  
  385.  
  386. 1991-09-27 The index file Msginfo.Bbs now will be opened in "Read only/
  387. 2.21       Deny none" mode.  If another program or task accessed this
  388.        file until this version Qbbed used to abort.
  389.  
  390.  
  391. 1991-09-25 The program now uses a file sharing method which should
  392. 2.20       work with FM and RemoteAccess: Msghdr.Bbs is accessed in
  393.        "Deny none/Read access" mode.  Before attempting to write
  394.        to Msghdr.Bbs this file is closed and opened again in
  395.        "Deny write/Read-write access" mode.  After the changed
  396.        data has been written Msghdr.Bbs again is closed and re-
  397.        opened in "Deny none/Read access" mode.  This method was
  398.        suggested by Mats Wallin; I hope it works as it should.
  399.  
  400.        During exporting to ASCII file the program used a wrong
  401.        left margin.  Thanks to Bob Snowdon for telling me.
  402.  
  403.        Included Carlo Ballarini, 2:331/316, in the program's
  404.        file request facility.
  405.  
  406.  
  407. 1991-09-24 After resetting the global access filters the minimum
  408. 2.19       and maximum values of the message number range were not
  409.        restored properly.  This should work now.
  410.  
  411.        Modified my keyboard buffer flushing routines so that
  412.        no character should remain in the buffer before any
  413.        attempt to read the keyboard is done.
  414.  
  415.  
  416. 1991-09-20 In hex dump mode the table header erratically displayed
  417. 2.18       "07 09 09 0A...".  Changed this to be "07 08 09 0A...".
  418.  
  419.        Searching for messages now may be combined with tagging:
  420.        the prompt "Continue [Y,n]?" has been modified to allow
  421.        pressing of [space] to tag the highlighted message plus
  422.        continue searching.
  423.  
  424.        Thanks to Ralf Pradella, 2:249/6, for this suggestion.
  425.  
  426.  
  427. 1991-09-16 The "+" and "-" keys sometimes placed the header pointer
  428. 2.17       in Nirwana if used in single header display mode.
  429.  
  430.        Changed all references to FrontDoor from "Frontdoor"
  431.        to "FrontDoor" because FrontDoor is a trade mark
  432.        and therefore it has to be spelled exactly this way.
  433.  
  434.  
  435. 1991-09-08 Fixed a bug which sometimes caused an infinite loop
  436. 2.16       while printing or exporting to ASCII file in reply-
  437.        linked order.
  438.  
  439.  
  440. 1991-09-05 Added two new menu options: "Forward tagged" ("Edit"
  441. 2.15       menu) and "Rebuild index files" ("File" menu).
  442.  
  443.        The first option forwards all tagged messages to a
  444.        folder of your choice; additionally all message flags
  445.        and kludge lines for further netmail processing may
  446.        be set and included in the new forwarded messages.
  447.  
  448.        The second option rebuilds Msginfo.Bbs, Msgidx.Bbs and
  449.        Msgtoidx.Bbs from scratch.  This is useful if messages
  450.        have been deleted, forwarded or moved to other folders.
  451.  
  452.  
  453. 1991-08-31 A new option in the "Tag" menu allows tagging of all
  454. 2.14       messages belonging to an undefined folder.  "Undefined"
  455.        in this contexts means a folder which was not found
  456.        neither in Folder.Fd nor in Qbbed.Ini.
  457.  
  458.        Added Tony Van den Bogaert, 2:295/43, to the list of
  459.        request systems ("File" menu, Alt-C).
  460.  
  461.  
  462. 1991-08-28 Removed the DESQview alert window popping up if the
  463. 2.13       program detected DESQview's presence.  Anybody using
  464.        DESQview should know what and why he does it.
  465.  
  466.  
  467. 1991-08-26 If "Alt-keys activate menu" was set to "on" and "S"
  468. 2.12       for "statistical overview" was selected from the
  469.        "Miscellaneous" menu, the "Search" menu was activated.
  470.        Thanks to Mats Wallin for notifying me.
  471.  
  472.        If no file called Editor.Bat was found but Fm.Exe
  473.        was located via the DOS path FM will be invoked after
  474.        pressing Alt-B.  Thanks to Roland Mausolf for this
  475.        suggestion.
  476.  
  477.  
  478. 1991-08-25 Modified the program to reflect my changed network
  479. 2.12       address, 2:310/2.  Also Mats Wallin, 2:201/329, has
  480.        been added to the program's built-in request list
  481.        which pops up after pressing Alt-C.
  482.  
  483.  
  484. 1991-08-24 If enough EMS memory for the overlays was found the
  485. 2.11       program's overlay buffer will be smaller as on PC's
  486.        without EMS.  Moving overlays from EMS to conventional
  487.        memory is faster as reading them from disk.
  488.  
  489.  
  490. 1991-08-23 Changed my library routines my programs use to display
  491. 2.11       menu text with highlighted letters.  The size of the
  492.        executable program has decreased by approximately 4 kb.
  493.  
  494.  
  495. 1991-08-22 Modified the command Alt-W, "Write tagged messages":
  496. 2.11       The tagged messages now may be written in either *.MSG
  497.        or QuickBBS format to a destination subdirectory of
  498.        your choice.
  499.  
  500.        Some commands from the F10 Menu are not available while
  501.        viewing a single header.  If such a command is selected
  502.        from the menu or by pressing the associated keyboard
  503.        combination this is indicated by a short screen notice.
  504.  
  505.        The program's mouse support only works well on a machine
  506.        equipped with a real Microsoft bus ("inport") mouse.
  507.        Serial mice are too slow for the way the program polls
  508.        the mouse.  Therefore I removed the "mouse info" window,
  509.        although mouse support still is available.
  510.  
  511.  
  512. 1991-08-19 The synchronization of the lastread pointers before
  513. 2.11       and after the execution of the external editor (Alt-B)
  514.        now may be turned on or off in the "Miscellaneous" menu.
  515.        Additionally this flag's status is saved to Qbbed.Ini.
  516.  
  517.        Increased the size of the program's overlay buffer.
  518.  
  519.        After pressing Alt-E to invoke the header editor the
  520.        editing field may be selected either by the mouse or
  521.        by the keyboard.
  522.  
  523.  
  524. 1991-08-18 Most menus of the program now support a mouse.  If the
  525. 2.10       "-nomouse" parameter was entered on the commandline
  526.        the line "mouse = off" is included in the program's
  527.        INI file.  The nearly complete mouse support is the
  528.        reason for skipping version 2.09.
  529.  
  530.        Compiled the program to be executable also on 8088/86
  531.        machines because this version should be distributed
  532.        on SDS within the next days.
  533.  
  534.  
  535. 1991-08-17 Added a new command to the "File" menu: "Check for new
  536. 2.08       program version  Alt-C".  Obviously in the last weeks
  537.        I don't have anything better to do than to produce daily
  538.        new versions of this program.  Using this new command
  539.        helps the poor users of my program to stay up to date :-)
  540.  
  541.        The program information screen (Alt-I) now contains some
  542.        additional parameters related to the program's overlay
  543.        handling.  Oh, yes: the program information screen
  544.        now too supports a mouse.
  545.  
  546.  
  547. 1991-08-17 Removed the "-nolog" commandline parameter.  By default
  548. 2.07       now the program writes no log messages to Frontdoor's
  549.        logfile.  Use the commandline parameter "-log" or "/log"
  550.        to turn on logging.
  551.  
  552.        Decreased the horizontal mouse sensitivity in the pull-
  553.        down menu.  Horizontal mouse movements now should be
  554.        translated somewhat smoother into menu changes.  By the
  555.        way: I use a Microsoft bus mouse with Mouse.Sys 7.04.
  556.        If you experience a slow moving scroll bar in the pull-
  557.        down menu you are probably using a serial mouse, your
  558.        other<tm> mouse isn't that Microsoft compatible as you
  559.        believed or you are using the MS driver 8.xx which is
  560.        designed for the MS laptop mouse exclusively.
  561.  
  562.        Anyway: try the new commandline parameter "-nomouse"
  563.            or "/nomouse" if the keyboard response in the
  564.            pulldown menu doesn't find your pleasure.
  565.  
  566.        Reshuffled most of the overlay code for lower memory
  567.        requirements and higher program performance.  Do an
  568.        Alt-I to compare the values of "Largest contiguous
  569.        block in heap" of this version with the one you
  570.        currently use.  Oh, yes: now as FD 2.01 hits the
  571.        streets if present the site info also is displayed
  572.        in the Alt-I screen.
  573.  
  574.  
  575. 1991-08-16 Added a new menu option to the "Miscellaneous" menu:
  576. 2.06       "Switch to hexadecimal base  Ctrl-B".  Depending on
  577.        the setting of this switch numbers are displayed in
  578.        decimal or hexadecimal format.  The status of this
  579.        switch also optionally will be saved to Qbbed.Ini.
  580.  
  581.        The option "Set global access filters" now should work
  582.        faster.  Due to an idiotic programmer an important
  583.        function was placed in an overlay causing a lot of
  584.        overlay shuffling.  Thanks to Ralf Pradella, 2:249/6,
  585.        for pointing my nose to this weak part of the program.
  586.  
  587.        The LZH archive file now only contains one executable.
  588.        This version only will run on machines equipped with
  589.        an 80286 or higher processor.  Please send netmail
  590.        in case you require an 8088/86 or 80x87 only version.
  591.  
  592.  
  593. 1991-08-15 The conversion routines from *.MSG messages to QuickBBS
  594. 2.05       format didn't work correct if a *.MSG header contained
  595.        a SEAdog date (for example "Thu 15 Aug 91 12:15").
  596.        Now they do work correct.
  597.  
  598.        The command line parameter "-norodent" or "/norodent"
  599.        no longer is valid.  The program's main menu now may
  600.        be used by a mouse if a Microsoft or 100% compatible
  601.        mouse was found by the program <blush>.
  602.  
  603.        Pressing F1 in all string input or editing routines now
  604.        pops up a window showing all commands available while
  605.        editing strings.  If the DOS country code is 49 (see
  606.        your settings in Config.Sys) the keyboard help will be
  607.        in German, otherwise in English.
  608.  
  609.        The name of the program's optional ASCII configuration
  610.        file no longer is hard coded.  It's the same name as used
  611.        for the executable program with an .INI extension.
  612.  
  613.  
  614. 1991-08-14 --------------------- ATTENTION ------------------------
  615. 2.04       I've changed the program to work with internal overlays.
  616.        The advantages were worth the troubles: the available heap
  617.        has increased approximately by 110 kb (do an Alt-I from
  618.        the main menu), the resident portion of the program has
  619.        been reduced to 7.5 kb.  If you're using DOS 5.0 you
  620.        may try "mem /c" from within QBBed or a temporary DOS
  621.        shell to verify this.  Also the amount of conventional
  622.        memory required by the program has been reduced.
  623.  
  624.        If there's enough EMS memory on your machine it will be
  625.        used for the overlays, so there shouldn't be a loss in
  626.        performance.  If there's no EMS the overlays will be
  627.        read as required from Qbbed.Exe.  The program opens this
  628.        file in "read only access/deny none" mode, so multiple
  629.        copies executing at the same time should make no troubles.
  630.        If you do not already please use a disk cache if possible.
  631.  
  632.        Qbbed.Exe may be renamed to whatever name you prefer;
  633.        however Qbbed.Ini (if used) still must keep this name.
  634.  
  635.        Drawbacks: the overlays are included in Qbbed.Exe, so
  636.        you MUST NOT use Pklite or Lzexe to compress this file.
  637.        The compressed Qbbed.Exe won't work.
  638.  
  639.        The archive Qbbed204.Lzh now contains two executables:
  640.  
  641.        * Q80286.Exe for 80286 and above without Intel coprocessor
  642.        * Q80287.Exe for 80286 and above *with*  Intel coprocessor
  643.  
  644.        Select the file of your choice and rename it to whatever
  645.        you prefer.  A version for 8088/86 without Intel coprocessor
  646.        is available at special request. Please send netmail if you
  647.        need such a version.
  648.  
  649.  
  650. 1991-08-14 I'm a lazy programmer: if the messagebase contained
  651. 2.03       less than 23 records (yes, that's exactly the number of
  652.        messages fitting on one main screen) the program didn't
  653.        work well.  Thanks to Joaquim Homrighausen, 2:270/17,
  654.        for drawing my attention to this point.
  655.  
  656.        The lazy solution: after reading Msginfo.Bbs the program
  657.        now aborts if not enough active messages were found.
  658.        I promise to change this some day; let's hope until
  659.        that day you can live with this limit :-)
  660.  
  661.        Solved the command key conflict which existed if the
  662.        menu option "Alt-keys activate pulldown menu" was selected
  663.        and Alt-E, Alt-F or Alt-T was pressed from the pulldown
  664.        menu.
  665.  
  666.        On returning to the full, unfiltered messagebase from
  667.        a filtered view the scroll bar remains on the same message
  668.        number as it was before.
  669.  
  670.        Oh, yes: changed the program's name to Qbbed.Exe!
  671.  
  672.  
  673. 1991-08-12 "Search" command: in the search item input dialog box
  674. 2.03       the input field can be moved with Alt-F to the "From:"
  675.        input area, with Alt-O to the "To:" input area, with
  676.        Alt-S to the "Subject:" input area and with Alt-T to
  677.        the "Message text" input area.  If the input field is
  678.        changed by pressing Alt-<letter> instead of just moving
  679.        to another field by pressing [tab] or [shift tab] the
  680.        currently highlighted header's fields will be used as
  681.        default input for the corresponding search item.
  682.  
  683.        New "Miscellaneous" menu option: Switch to standard | fast
  684.        keyboard (Ctrl-K).  Initially the corresponding flag in
  685.        Frontdoor's configuration file (see Setup / Global / Use
  686.        "fastkey") is used by QBBedit.  Pressing Ctrl-K or F10 "M"
  687.        and selecting this option allows to switch from a fast
  688.        to a standard keyboard and vice versa.  This of course
  689.        only is possible and allowed if an extended keyboard is
  690.        used.  If no extended keyboard was deteceted by QBBedit
  691.        selecting this command does nothing but beep the speaker.
  692.  
  693.        "Read *.MSG messages" (Alt-R) or "Write to messagebase
  694.        in another subdirectory" (Alt-W): while checking for
  695.        dupes the new and the header currently being checked
  696.        are displayed in a window.  This is done to sweeten the
  697.        time you spend in front of the screen while the program
  698.        is checking for already existing messages :-)
  699.  
  700.  
  701. 1991-08-11 If the "-p<path>" or "/p<path>" parameter is used to
  702. 2.03       open an alternate messagebase in <path> and <path> is
  703.        empty (no path name is following the "-p" on the command
  704.        line) the current subdirectory will be used to check
  705.        for the Msg*.Bbs files.
  706.  
  707.        Example: "qbbedit -p -nolog -norodent" will cause the
  708.             program to try to open the Msg*.Bbs files in
  709.             the current subdirectory.
  710.  
  711.        The header display routines used in the main screen should
  712.        work a little faster now.
  713.  
  714.  
  715. 1991-08-11 After writing netmail flames to handle users or to
  716. 2.02       folks posting questionably dated messages optionally
  717.        the echomail message(s) may be deleted.  I've added
  718.        here also a "flame parameter" toggle dialog box to
  719.        avoid multiple, sequential "[Y,n]?" questions.
  720.  
  721.        Added a new option to the "Tag" menu: tag illegal headers.
  722.        This will tag all message headers containing characters
  723.        outside the range from 0x20 to 0x7E in the "From:", "To:"
  724.        or "Subject:" field.  Optionally netmail flames may be
  725.        generated to the originators of such messages.
  726.  
  727.        Ctrl-Right and Ctrl-Left now are used to locate the
  728.        next and the previous tagged message respectively.
  729.        Ctrl-T no longer is a supported command.
  730.  
  731.        PgUp and PgDn now should be somewhat more pleasing
  732.        to the eye.
  733.  
  734.        Alt-P (print or ASCII file export): 0x00 characters no
  735.        longer should be output to the printer | export file.
  736.  
  737.        Alt-B: before executing the batch file associated to
  738.        Qbbedit.Ini's "externedit" keyword (Editor.Bat
  739.        per default if it could be found in then DOS path)
  740.        the lastread pointer for the particular folder number
  741.        is set to the currently highlithed header's folder.
  742.        This makes it easy to locate the same message while
  743.        using the external editor.
  744.  
  745.        After returning from the external editor the lastread
  746.        pointer for the currently highlighted header's folder
  747.        is compared to the folder's lastread pointer found in
  748.        the file Lastread.Bbs.  If this two numbers are different
  749.        QBBedit moves to the same message number where the external
  750.        editor was positioned in that particular folder.
  751.  
  752.  
  753. 1991-08-08 Added the option to delete the *.MSG message files
  754. 2.01       after they have been imported to the QuickBBS message
  755.        base (Alt-R).  Switched from the sequential "[Y,n]?"
  756.        questions to a toggle dialog box.
  757.  
  758.        Added a new command line parameter: if "-p<path>" or
  759.        "/p<path>" is present, the subdirectory <path> will
  760.        override the path to the QuickBBS messagebase found
  761.        in Frontdoor's configuration file or in Qbbedit.Ini.
  762.        If no valid QuickBBS messagebase files were found in
  763.        <path>, the primary QuickBBS path will be used again.
  764.  
  765.        If a netmail message in QuickBBS format is displayed
  766.        in text mode (Alt-T) the origin and the destination
  767.        addresses also are displayed in the message header.
  768.  
  769.        After switching back to R/W access mode (Ctrl-R)
  770.        the message base is scanned for new messages which
  771.        probably have been added by an other program in an
  772.        other task during QBBedit's R/O phase.
  773.  
  774.        Fdrescan.Now is created only in Frontdoor environments
  775.        after new netmail messages have been written by the
  776.        program.
  777.  
  778.  
  779. 1991-08-06 The user interface has been rewritten completely:
  780. 2.0        the program is controlled by a globally accessible
  781.        SAA style pulldown menu.
  782.  
  783.        I've added a lot of new features and goodies, among
  784.        them the options to import *.MSG format messages into
  785.        the QuickBBS message base, to export selected messages
  786.        to a secondary QuickBBS message base in a different
  787.        subdirectory and to define a selective, parametrized
  788.        access view.
  789.  
  790.        With a plain ASCII file called Qbbedit.Ini the program
  791.        no longer depends on the Frontdoor and Tosscan system files
  792.        for configuration.  It may be operated in any environment
  793.        using Fidonet *.MSG format for netmail and Hudson style
  794.        Msg*.Bbs files for echomail.  If used with Frontdoor 1.99c,
  795.        2.0 and 2.0x of course no configuration is necessary.
  796.  
  797.  
  798. 1991-07-14 If the program detects an invalid commandline parameter
  799. 1.34       it displays the help screen (same as using "-?", "/?",
  800.        "-help" or "/help" as commandline parameter).
  801.  
  802.        The layout of the Alt-F9 help screen has been reworked.
  803.        Also, now there are two lines more in the Alt-F9 screen,
  804.        because I changed the appearance of the bottom box.
  805.        The right hand scroll bar has disappeared: without support
  806.        for a mouse it was rather useless.  I plan more changes
  807.        to the interface in the future.
  808.  
  809.        Pressing Alt-L from the Alt-F9 screen now only executes
  810.        "tsutil link -t -a" if writing access to the messagebase
  811.        is allowed.  I totally overlooked the possibility to
  812.        call Tsutil.Exe although the commandline parameter "-ro"
  813.        was used or the messagebase was already in use by an
  814.        other program.  Thanks to Ralf Pradella, 2:249/6, for
  815.        this hint.
  816.  
  817.  
  818. 1991-07-13 Printing/ASCII file export: messages now either can be
  819. 1.34       processed sequentially or in reply-linked sequence.
  820.        If the second option is selected the messages will be
  821.        printed respectively exported according their reply-links
  822.        until the end of a message thread is encountered.  At the
  823.        end of this particular message thread the next message after
  824.        this thread's first message will be processed.
  825.  
  826.        Joaquim Homrighausen has promised to include this option
  827.        in FM 3.0 :-))
  828.  
  829.        * Thanks to Michael Boettger, 2:310/15.2, for this idea. *
  830.  
  831.        If the time field of a message header was changed,
  832.        the hour erratically was written back with a leading
  833.        zero if it was <= 10.  This was wrong: instead of a
  834.        leading zero, a blank character is required.
  835.  
  836.  
  837. 1991-07-11 Reworked the date and time validation routines used
  838. 1.33       in header edit mode (Alt-E).  The program's main source
  839.        code now has grown to 280294 bytes.  Not included in
  840.        this figure are my standard, keyboard and message
  841.        handling routines.
  842.  
  843.  
  844. 1991-07-10 The program now optionally generates netmail flames
  845. 1.33       if the commandline parameter "-date" or "/date" was
  846.        used and dubiously dated messages were found.
  847.  
  848.        Such flames only will be generated if the message folder
  849.        containing questionably dated messages is *not* set to
  850.        "read only".  The same is true for flames sent to people
  851.        using handles to post their messages.
  852.  
  853.        The start and end dates defining dubiously dated messages
  854.        now can be altered via a menu.  The program also asks
  855.        if the automatically created flames should be sent directly
  856.        and if a cynical message style should be used.
  857.  
  858.        Printing/ASCII file export: changed the position of the
  859.        folder name.  It will now be printed flushed right at the
  860.        same line as the message number and the message date.
  861.  
  862.        If "printing" to an ASCII file is selected, the right
  863.        margin of the FM editor is used instead of the printer
  864.        page layout.
  865.  
  866.        Looks as if at last I found the bug which sometimes
  867.        caused the program not to write a "handle flame"
  868.        properly.
  869.  
  870.        Priority of reading the folder configuration file:
  871.        Folder.Fd first, if failed Folder.Sys will be used.
  872.  
  873.  
  874. 1991-07-06 Printing/ASCII file export: if the translation tables
  875. 1.32       in Setup.Fd | Fd.Sys contain some entries the program
  876.        asks if they should be used.
  877.  
  878.        Most string entering routines now are accompanied by
  879.        a brief explanation in screen line #24.  This is also
  880.        true while stepping through a header's field by pressing
  881.        [tab] or [shift tab] in header hex dump mode.
  882.  
  883.        Text view mode: all occurances of a specified search
  884.        string will be highlighted if found in the message text.
  885.  
  886.        Priority of reading FrontDoor's configuration file:
  887.        Setup.Fd first, if failed Fd.Sys will be used.
  888.  
  889.        Fixed a bug which sometimes caused the weekly message
  890.        posting table to appear somewhat distorted.
  891.  
  892.  
  893. 1991-07-02 The commandline switches "-?", /?", "-help" and "/help"
  894. 1.31       show a brief summary of all commandline parameters the
  895.        program supports.  After any key has been pressed it
  896.        cheerfully terminates without doing anything else.
  897.        Personally I doubt if this feature is useful, but
  898.        Tommy Roeder, 2:244/8001, suggested it, and it's so much
  899.        fun for me to code :-)
  900.  
  901.        Enhanced the formatting commands used when writing the
  902.        output file in "Sprint" format.  Undocumented feature:
  903.        if the extension of the output file is .SPR Sprint
  904.        output format is assumed by the program.
  905.  
  906.  
  907. 1991-07-01 Included the option to format the ASCII output file
  908. 1.30       for Borland's "Sprint" word processor.  You don't know
  909.        "Sprint"?  Shame on you.  I like it and use it heavily
  910.        because I am a touch typist and not a three-handed
  911.        mouse clicker believing in the lies of WYSIWYG :-)
  912.        Requests for support of WinWord's file format will be
  913.        forwarded to the NUL device.
  914.  
  915.        Printing/ASCII file output: kludge lines optionally can
  916.        be suppressed via the page layout menu.  Normally ^a info
  917.        suppression is controlled by checking Setup.Fd | Fd.Sys.
  918.  
  919.        Printing/ASCII file output: if more than one message is
  920.        being printed | written to ASCII file the progress is
  921.        displayed in a bar chart.  The word wrap algorithm has
  922.        been slightly modified to deal with 0x10 characters.
  923.  
  924.        Search and replace on message subjects with confirmation:
  925.        during the question "Replace it?" a small window showing
  926.        the full message subject pops up.
  927.  
  928.  
  929. 1991-06-26 New feature: pressing Alt-P in header overview mode
  930. 1.29       (Alt-F9 screen) prints the current message or all
  931.        tagged messages.  Optionally instead of the printer
  932.        an ASCII file may be specified for output. All printer
  933.        related parameters from Setup.Fd | Fd.Sys (page layout,
  934.        print style switches) will be used.  The page layout
  935.        (page length, page width, left margin, top margin and
  936.        bottom margin) can be changed via a menu (for users
  937.        of the non-commercial FD version).
  938.  
  939.        Message text dump mode: if a search for a part
  940.        of the message text has been done and the search
  941.        string was found in a message, this search string
  942.        will be highlighted in the text display.
  943.  
  944.  
  945. 1991-06-23 When deleting a message existing reply-links to
  946. 1.28       the now deleted message will be cleared.
  947.  
  948.        Especially for Sico Bruins: the program now should work
  949.        again on 8088/8086 machines.  I have no possibility to
  950.        verify this, but I did use the right compiler switches.
  951.  
  952.  
  953. 1991-06-17 Beginning with FrontDoor 2.01.bM, Fd.Sys has been
  954. 1.28       renamed to Setup.Fd (if I were Joaquim I would have
  955.        chosen Config.Fd).  The program now first checks for
  956.        Fd.Sys; if this attempt fails, Setup.Fd will be used.
  957.  
  958.  
  959. 1991-06-15 New commandline parameter "-nolog" suppresses logging
  960. 1.27       messages to FrontDoor's logfile.  The help screen has
  961.        been updated to reflect this change.
  962.  
  963.  
  964. 1991-06-12 Included logging of status messages and program activities
  965. 1.26       to FrontDoor's logfile.
  966.  
  967.        Pressing Alt-D from the Alt-F9 screen prompts for and
  968.        executes a DOS command of your choice.
  969.  
  970.  
  971. 1991-06-09 Revamped the Alt-F9 help screen a little bit.  Added a
  972. 1.25       mini bar chart to the weekly message posting frequency
  973.        table.
  974.  
  975.  
  976. 1991-06-08 Added the "^aREPLY: [reply MSGID]" and "^aTZ: [timezone]"
  977. 1.25       kludge lines to messages generated by the program.
  978.        "TZ" will be used if a corresponding entry is found
  979.        in the DOS environment (for example "SET TZ=UTC-2").
  980.  
  981.        Also the FM like " * Reply to message in [folder name]"
  982.        will be used as first line in the message text.
  983.  
  984.        Updated the program's internal domain table according
  985.        to a message thread regarding "Zone-numbers" in the
  986.        zone 2 sysop echo.
  987.  
  988.        Played a little with the statistical features of the
  989.        program: from the Alt-F9 screen, press "T" for the
  990.        tag menu, hit [return], then Alt-S.  Answer "Y" to
  991.        the question "Create verbose overview for folder?".
  992.        After viewing the table showing the messages subjects
  993.        and the user names, hit [return].  A little pop-up
  994.        table showing the message posting frequency per week
  995.        is available by pressing Alt-D.  Hope you like it.
  996.  
  997.  
  998. 1991-06-06 The commandline options are listed on a second help
  999. 1.24       screen. Press F1 from header list view, PgUp and PgDn
  1000.        to switch between the two help screens.
  1001.  
  1002.  
  1003. 1991-06-04 I've encountered system crashes (exception #13) on
  1004. 1.24       80386SX machines using Quarterdeck's QEMM 5.12 memory
  1005.        manager: after pressing Alt-T to view a message text,
  1006.        the program uses interrupt 1Ch to display a real time
  1007.        clock in the screen's upper left corner. On startup
  1008.        now the program checks if QEMM or QRAM are installed
  1009.        and does not use the real time clock if it looks as if
  1010.        they are detected. I use 386^Max on my 20 MHz 80386DX
  1011.        machine and never had similar troubles.
  1012.  
  1013.  
  1014. 1991-06-01 Removed the blinking attribute from the question mark
  1015. 1.23       which is used to highlight all "one word only" names.
  1016.  
  1017.        Fixed a bug which for some unknown reason sometimes
  1018.        just wrote only message headers without message text
  1019.        when flaming users with "one word only" names.
  1020.  
  1021.        The program now may be used to search for a string
  1022.        in the message text. See the "Search" command on the
  1023.        Alt-F9 screen for more.
  1024.  
  1025.  
  1026. 1991-05-30 After pressing "?" to mark all "one word only" names
  1027. 1.22       the program optionally generates netmail messages to
  1028.        those folks kindly asking to use their full name when
  1029.        writing echomail messages.
  1030.  
  1031.        Made some slight changes to the bottom menu box of
  1032.        the Alt-F9 screen.
  1033.  
  1034.  
  1035. 1991-05-27 Joaquim Homrighausen decided to change some filenames used
  1036. 1.21       by FrontDoor: "Folder.Sys" will be renamed to "Folder.Fd"
  1037.        in the announced beta version 2.01.bK.  I changed the
  1038.        program to first attempt to open "Folder.Sys"; if this
  1039.        failed "Folder.Fd" will be used. This should keep the
  1040.        editor compatible with FrontDoor 1.99c, 2.00, new beta
  1041.        2.01.bK and later versions.
  1042.  
  1043.        Included "Joaquim", "Joho", "Joque" and all variations
  1044.        of "Every" in the exception list of "one word only" names
  1045.        (see paragraph below).
  1046.  
  1047.  
  1048. 1991-05-26 Alt-F9 screen: if the "By:" or the "To:" field of a
  1049. 1.20       message header contains only one word it will be marked
  1050.        by a red blinking question sign in front of this name.
  1051.        Of course I've coded some -- smart, I hope -- exceptions.
  1052.  
  1053.        *Undocumented command* -- Alt-F9 screen: pressing "?"
  1054.        (question sign) will tag all headers which have been
  1055.        marked by a red blinking question sign (you're right,
  1056.        I don't like handles).
  1057.  
  1058.        Alt-F9 screen: reworked the help screen popping up after
  1059.        pressing "F1" to include the program's new features.
  1060.        If a feature is not available the corresponding key
  1061.        will be displayed black on gray instead of red on gray
  1062.        in the help screen (yes, I *do* know the Mac).
  1063.  
  1064.        Replaced the word "Hit" with "Press" in most of the info
  1065.        boxes.
  1066.  
  1067.  
  1068. 1991-05-22 If a batchfile called "Editor.Bat" is found in the DOS
  1069. 1.19       path it may be executed from within QBBedit by pressing
  1070.        F10 from the Alt-F9 screen (header listing mode).
  1071.  
  1072.        QBBedit swaps itself to harddisk or EMS memory (if available)
  1073.        and requires approximately 10.5 kb RAM while resident.
  1074.  
  1075.        I think this feature is extremely useful to switch between
  1076.        QBBedit and FM (or any other message editor you may prefer).
  1077.  
  1078.  
  1079. 1991-05-21 Included a sliding scroll bar on the rightmost position
  1080. 1.18       of the Alt-F9 screen.  Don't panic -- a mouse is *not*
  1081.        supported (yet).
  1082.  
  1083.        The box "Press Alt-L to re-establish the reply links"
  1084.        only will pop-up if more than one message header has
  1085.        been changed during a search and replace command.
  1086.  
  1087.        Starting with this version the program only will run
  1088.        on machines using an 80286 or above.
  1089.  
  1090.        Switched to PKware's PKlite 1.05 to compress the
  1091.        executable file.  Use "PKlite -x Qbbedit.Exe" if
  1092.        you encounter any problems related to compressed
  1093.        *.Exe files on your machine.
  1094.  
  1095.  
  1096. 1991-05-19 Added the new commandline parameter "-list" or "/list"
  1097. 1.17       to immediately switch the program into "list" mode.
  1098.        This is functionally equivalent to pressing Alt-F9
  1099.        after the program started.
  1100.  
  1101.  
  1102. 1991-05-16 Found another new message editor which is inserting
  1103. 1.16       "S: " in front of message subjects.  Updated again
  1104.        the program's junk table...
  1105.  
  1106.  
  1107. 1991-05-12 A new message editor is adding the junk string "Re "
  1108. 1.15       in front of reply subjects.  Therefore I've updated
  1109.        the program's internal junk table.
  1110.  
  1111.  
  1112. 1991-05-10 If the string to be searched is identical to the string
  1113. 1.14       by which it should be replaced the search and replace
  1114.        function will be aborted. -- This feature I should have
  1115.        implemented quite a while ago.
  1116.  
  1117.  
  1118. 1991-05-05 Changed my string editing library routines to support
  1119. 1.13       Ctrl-left and Ctrl-right.  These keystrokes move the
  1120.        cursor to the character following the next blank on
  1121.        the left or respectively right side of the current
  1122.        cursor position.
  1123.  
  1124.        Changed the prompt indicating the possibility to press
  1125.        Alt-L to relink the message base after a search and
  1126.        replace operation on message subjects.
  1127.  
  1128.  
  1129. 1991-04-25 Pressing Alt-N from the message list activated by Alt-F9
  1130. 1.12       will check for lowercase only ("cool") names and change
  1131.        them to the proper style of writing if necessary.
  1132.        Browsing starts at the current cursor position and continues
  1133.        until the end of the message file is encountered or any key
  1134.        has been pressed.
  1135.  
  1136.        Tsutil.Exe now is searched in the current subdirectory
  1137.        prior to searching the subdirectories specified in the DOS path.
  1138.  
  1139.  
  1140. 1991-01-21 If a message subject is being searched the string to be
  1141. 1.11       searched for is displayed within double quotes (") in the
  1142.        "Search for Subject: ... Replace with Subject: ..."
  1143.        dialog box.  This makes it easier to notice leading or
  1144.        trailing blanks in the search item.
  1145.  
  1146.        Included my changed network address (2:310/11.100) in some
  1147.        info boxes.
  1148.  
  1149.  
  1150. 1991-01-08 The popup window with the note "Tsutil.Exe was found in
  1151. 1.10       the DOS path. Press Alt-L to re-establish reply links..."
  1152.        now only appears if the message subject ("Re:" field)
  1153.        has been changed.
  1154.  
  1155.        A few minor changes in the source code.  Nothing important.
  1156.  
  1157.  
  1158. 1991-01-07 Looks as if Felix has found the error in the swapfile
  1159. 1.10       assembler routine.  The swapfile no longer should remain
  1160.        on harddisk after terminating the program.  The swapfile
  1161.        of course only was created on machines without EMS memory,
  1162.        so you probably may have never noticed this bug.
  1163.  
  1164.        My programs "Ghostwriter" and "QBBsort" also are affected
  1165.        by the changes in the assembler source code, so you may
  1166.        try to get updated versions of this programs.
  1167.  
  1168.  
  1169. 1991-01-06 There seem to be some problems caused by the new heap manager
  1170. 1.10       Borland introduced with Turbo Pascal 6.0.  Rewrote some
  1171.        dynamic memory related stuff.
  1172.  
  1173.        On machines without EMS memory sometimes the program hangs
  1174.        after pressing Alt-Q.  Looks as if there is a bug in the
  1175.        assembler routine which removes the temporarily created
  1176.        swap file.  Felix Kasza currently tries to locate the bug.
  1177.  
  1178.  
  1179. 1990-12-30 The real time clock in the upper left hand screen corner
  1180. 1.09       in message text dump mode now only is available on 80386
  1181.        systems. On 8088/8086 and 80286 systems the commandline
  1182.        switch "-noclock" or "/noclock" is not required anymore
  1183.        to suppress the clock display.
  1184.  
  1185.        Keyboard speed and keyboard status will remain unchanged
  1186.        during program startup.
  1187.  
  1188.        The program no longer looks for Lastread.Bbs; after being
  1189.        invoked it will always display the message with the lowest
  1190.        message number.
  1191.  
  1192.        Switched to the Turbo Pascal 6.0 compiler.
  1193.  
  1194.  
  1195. 1990-12-27 Fixed again a bug with the "L" command from the Alt-F9 screen.
  1196. 1.08       In earlier versions "link tagged messages" only worked properly
  1197.        if the folder number from the tag menu was set to 0.
  1198.  
  1199.  
  1200. 1990-12-24 The folder name now is included in the result display
  1201. 1.07       if a verbose folder report is generated (Alt-S from the
  1202.        Alt-F9 screen after an echomail folder has been selected).
  1203.  
  1204.        X-mas is quite a lonesome evening; especially if the woman
  1205.        you fell in love with last night doesn't stay with you.
  1206.  
  1207.  
  1208. 1990-12-20 Fixed a bug with the "L" command from the Alt-F9 screen
  1209. 1.06       ("Link tagged messages").
  1210.  
  1211.  
  1212. 1990-12-16 Included some default "replace with" strings if the
  1213. 1.05       search and replace function is used on the "By:" or
  1214.        "To:" field of the message header.
  1215.  
  1216.  
  1217. 1990-12-11 Fixed some screen update bugs which occured during
  1218. 1.04       search and replace with confirmation.
  1219.  
  1220.  
  1221. 1990-12-03 The "OK" button in the "mouse support" window now also
  1222. 1.03       accepts any keystroke. I've changed this because obviously
  1223.        not each so-called "Microsoft compatible" mouse really is
  1224.        Microsoft compatible.
  1225.  
  1226.  
  1227. 1990-12-02 Before shelling to DOS the program changes the DOS prompt
  1228. 1.03       to "Type Exit to return to QBBedit".  Many thanks to Trevor
  1229.        Carlsen, 3:690/644@fidonet, for posting a routine to change
  1230.        the DOS prompt in the "Pascal" echomail conference.
  1231.  
  1232.        As first step ahead in the direction of a full blown message
  1233.        editor (oh my gosh!) I added word wrap and a lot of screen
  1234.        update speed to the text view mode (Alt-T).  Currently I'm
  1235.        working to implement some basic text scroll functions.
  1236.  
  1237.        New goodie: pressing a key between "1" and "9" in the text
  1238.        view menu allows to locate a message by number.  The program
  1239.        prompts for a message number and displays the corresponding
  1240.        message text.
  1241.  
  1242.        At program start the "Caps Lock" key is switched off, the
  1243.        "Num Lock" key is switched on and the keyboard is set to
  1244.        a repeat rate of 30 characters per second and a repeat
  1245.        delay of 0.25 seconds (I don't like slow keyboards).
  1246.  
  1247.  
  1248. 1990-12-01 Included the message "There are no tagged messages" if
  1249. 1.02       "M"ove messages was selected from the Alt-F9 screen and
  1250.        no messages were tagged before doing so.
  1251.  
  1252.  
  1253. 1990-11-30 Changed my library routines for switching to a full size
  1254. 1.02       cursor and flushing the keyboard buffer.  The keyboard
  1255.        buffer now is flushed completely if running under DESQview.
  1256.  
  1257.        Ctrl-Home and Ctrl-End in the folder selection screen
  1258.        now moves the scroll bar to the first or the last folder
  1259.        respectively.
  1260.  
  1261.  
  1262. 1990-11-28 New commandline switch #1: "/quiet" or "-quiet" suppresses
  1263. 1.02       any sounds the program eventually generates.
  1264.  
  1265.        New commandline switch #2: "/norodent" or "-norodent"
  1266.        suppresses the initial "OK" box if a Microsoft compatible
  1267.        mouse was found.
  1268.  
  1269.        Sounds generated by the program now confirm to the "Audio
  1270.        begin time" and "Audio end time" found in Fd.Sys
  1271.        (Setup Mailer / Audio control).
  1272.  
  1273.  
  1274. 1990-11-27 The list of folder names appearing in the tag menu now
  1275. 1.01       can be left by pressing [tab] or [shift-tab]. If any of
  1276.        those keys is pressed the currently highlighted board
  1277.        number is accepted as selected board number. Changed also
  1278.        the behaviour of the [PgUp] and [PgDn] keys in this list.
  1279.  
  1280.  
  1281. 1990-11-26 Locally generated messages which are already exported
  1282. 1.01       now additionally are displayed as "Sent".
  1283.  
  1284.        If there are no tagged messages to move and the "M"ove
  1285.        messages option is selected from the Alt-F9 screen the
  1286.        program prompts to tag some messages first.
  1287.  
  1288.        The "M"ove message option now doesn't generate new message
  1289.        numbers for the moved messages.  Only the "board" field
  1290.        in the message header is changed to the destination
  1291.        board's number.
  1292.  
  1293.        For increased speed the program does not "bang" anymore
  1294.        while cleaning up message headers ("R" from the Alt-F9
  1295.        screen).
  1296.  
  1297.        Encountered a cold boot including POST after pressing Alt-H
  1298.        from the single header screen while testing the program
  1299.        under DESQview 2.31.  Therefore I decided to include a
  1300.        "use it on your own risk" alert screen if the program
  1301.        detects operation under DESQview.
  1302.  
  1303.  
  1304. 1990-11-25 New command from the Alt-F9 screen: "M" moves all
  1305. 1.0        tagged messages to an other destination folder.
  1306.  
  1307.        Rodent lovers are asked if they have three hands.
  1308.  
  1309.        The program does not update Lastread.Bbs anymore.
  1310.        It was a mistake to include this "feature", sorry.
  1311.  
  1312.        Decided to hatch the program as first release version
  1313.        into SDS.  I'm hungry for more feedback.
  1314.  
  1315.  
  1316. 1990-11-24 Tag menu: board numbers now can be selected from a
  1317. 0.29α      list of folder names.  This makes it easier to select
  1318.        a specific echomail folder for tagging.
  1319.  
  1320.        Changed the character to mark tagged headers to a
  1321.        lightred triangle pointing to the left in column 80.
  1322.  
  1323.        Added a new command line switch: if "/date" or "-date"
  1324.        is used all message headers will be checked for
  1325.        questionably dated messages. Messages dated more
  1326.        then one day ahead in the future or prior to
  1327.        1 Jan 1988 automatically are tagged and may be
  1328.        located from the Alt-F9 screen by pressing ^T.
  1329.  
  1330.  
  1331. 1990-11-24 Text dump mode: right to the network address in the
  1332. 0.28ß      first screen line a real time clock is displayed.
  1333.        Unlike FM's time display also the seconds are included.
  1334.        Use the command line switch "/noclock" or "-noclock"
  1335.        if there seem to be any troubles with this feature
  1336.        on your computer. This may depend on the "stacks"
  1337.        setting in Config.Sys. On my machine "stacks = 0,0"
  1338.        is included in Config.Sys, but maybe QBBedit's clock
  1339.        display only works on 80386 systems with this setting.
  1340.  
  1341.        New menu command "R" in the Alt-F9 screen removes all
  1342.        braindead junk like "RE:", "RE.", "(R)", "RE :" and "RE;"
  1343.        from the message subjects. Thanks to Carlo Ballarini,
  1344.        2:331/316, for this suggestion.
  1345.  
  1346.        Fixed the wrong initial US date format in the date fields
  1347.        of the tag menu (thanks, Felix!).
  1348.  
  1349.        Modified the text display routine to display characters
  1350.        with an ASCII value > 0x7e in kludge lines also in "lowvideo"
  1351.        attribute. Henk Wevers, 2:500/1, uses "^aPID: Dutched Versie
  1352.        2.91eß" (sic) as PID kludge line.
  1353.  
  1354.  
  1355. 1990-11-23 Changed the text dump mode's bottom line prompt:
  1356. 0.28α      if a prompt option isn't available, its screen colour
  1357.        is changed to black on gray; otherwise it remains
  1358.        red on gray.
  1359.  
  1360.  
  1361. 1990-11-22 Added percentage display to the table "Message posting
  1362. 0.28α      frequency per day".  Changed the colour for user names and
  1363.        message subjects in the verbose folder overview table.
  1364.  
  1365.        <cursor left> and <cursor right> now can be used also
  1366.        in the text dump mode to move to the last or the next
  1367.        message respectively.
  1368.  
  1369.        The program now updates Lastread.Bbs before terminating.
  1370.  
  1371.  
  1372. 1990-11-21 Included an option for a verbose overview of the contents
  1373. 0.28α      of a specific message folder. Try this: use Alt-F9 to switch
  1374.        to the header list screen. Use the tag menu, select a message
  1375.        folder; clear the "By:" and "To:" field, enter "-365" in the
  1376.        first date field to tag the messages of a whole year.
  1377.        Press Alt-S; answer "Y" to the question: "Create a verbose
  1378.        overview for the message folder [Y,n]?".
  1379.        Enjoy the next three screens!
  1380.  
  1381.        Pressing "L" in the Alt-F9 screen now creates reply-links
  1382.        for all tagged messages within the folder selected from
  1383.        the tag menu, regardless if message subjects match or not.
  1384.  
  1385.        Included an "alert" screen for the case that Alt-L (execute
  1386.        Tsutil link -t -a) was pressed and Tsutil.Exe was not found
  1387.        in the DOS path.
  1388.  
  1389.  
  1390. 1990-11-18 The text view has been modified to look like an FM-clone.
  1391. 0.27ß      Included the command Alt-H to view the message text in hex
  1392.        format in a scrollable window <phew!>
  1393.  
  1394.        Changed the archive filename to "Qbedxxx.Lzh" to avoid
  1395.        confusion with the "Qedxxx.*" filenames used for "QuickED"
  1396.        (thanks to Roland Mausolf, 2:243/43, for this hint).
  1397.  
  1398.        Didn't do anything else. Today's my son's seventh birthday;
  1399.        I'm engaged the whole afternoon with the investigation of
  1400.        a new Nintendo's secrets :-)
  1401.  
  1402.  
  1403. 1990-11-17 The tag-menu has been completely rewritten. Date range and
  1404. 0.27α      folder numbers now also may be used to tag messages.
  1405.  
  1406.        If message subject and folder number are defined as "tag keys"
  1407.        in the tag-menu the program now optionally creates reply-links
  1408.        on the tagged messages. Since also part of message subjects
  1409.        can be used as "tag key" this new feature allows reply-links
  1410.        on different message subjects containing a common string.
  1411.        For example the message subjects "ZC2", "Why I probably won't
  1412.        be ZC2", "Zc2???" and "This f*cking new Zc2!!!" now can be
  1413.        linked to one message-thread by using "ZC2" as tag key.
  1414.  
  1415.        * I suppose this is a quite nifty feature, dude! * :-)
  1416.  
  1417.        The statistical overview now consists of two screens:
  1418.        one screen contains the message numbers, a small bar chart
  1419.        and the folder names, the other one shows percentage and
  1420.        a bar chart with higher mathematical resolution.
  1421.        Fast switching between those two screens is possible.
  1422.  
  1423.        Pressing Alt-F in the single header screen now is possible
  1424.        even if no message flags are set. The popup window "Pressing
  1425.        Alt-F will display..." has been removed.
  1426.  
  1427.  
  1428. 1990-11-16 Fixed the lousy bug causing the question "Mark this message
  1429. 0.26ß      as deleted [Y,n]?" to remain in the bottom help box of the
  1430.        Alt-F9 screen. Thanks to Mark Howard for indicating this fault.
  1431.  
  1432.        Pressing ^T in the Alt-F9 screen advances the scroll bar
  1433.        to the next tagged message. Reworked the tag key menu and
  1434.        the Alt-F9 help screen. The default "To:" tag key now is
  1435.        the sysop's name. The key sequence <Alt-F9>, T, <return>,
  1436.        ^T allows to browse quickly through the message base and
  1437.        stop at each message addressed to the sysop :-)
  1438.  
  1439.        If messages have been deleted the program now optionally
  1440.        updates the files Msginfo.Bbs, Msgidx.Bbs and Msgtoidx.Bbs
  1441.        before terminating.
  1442.  
  1443.  
  1444. 1990-11-16 Reduced the program's resident size to 8816 bytes while
  1445. 0.26α      shelling to DOS or executing "Tsutil link -t -a". Had to
  1446.        re-shuffle most of the source code (approximately 135 kb
  1447.        main source in the moment) to structure the program into
  1448.        more and smaller units.
  1449.  
  1450.        Added a new command to the Alt-F9 menu: pressing "T" brings
  1451.        up a submenu which allows tagging messages by "By:" and "To:"
  1452.        usernames and message subjects.
  1453.        *I think this feature is quite useful!*
  1454.  
  1455.  
  1456. 1990-11-14 Fixed a bug which caused two scroll bars to remain on the
  1457. 0.25ß      screen if the continuous scroll up/down was stopped.
  1458.  
  1459.        Changed the archive filename to Qedxxx.Lzh to avoid confusion
  1460.        with the popular "Qedit" shareware editor.
  1461.  
  1462.  
  1463. 1990-11-13 The "search" and the "search and replace" commands have been
  1464. 0.25α      speeded up.  Screen update only will take place if a match was
  1465.        found.
  1466.  
  1467.        In the Alt-F9 screen dubiously dated message headers will be
  1468.        indicated by a blinking red question mark in front of the date.
  1469.        Deleted headers will be shown in low intensity in the Alt-F9 list.
  1470.  
  1471.        Fixed a bug in the statistical overview display (Alt-S from
  1472.        the Alt-F9 screen).  Added also percentage display to statistical
  1473.        window.
  1474.  
  1475.        Pressing <space> in the Alt-F9 screen now is used to toggle a
  1476.        "tag" on the current header.  If a header is marked this will
  1477.        be indicated by a rectangle in column 80.  Pressing <delete>
  1478.        in the Alt-F9 screen now sets the "deleted" flag on the current
  1479.        or all tagged headers.  Pressing "C" in the Alt-F9 screen clears
  1480.        all tags, pressing "I" inverts all tags.
  1481.  
  1482.        Network address, site name and site location will be displayed
  1483.        in the upper right hand corner of the screen if FrontDoor 2.00
  1484.        or higher is used.
  1485.  
  1486.        Oops! Today's Fidonet 3rd anniversary in region 31 (Austria).
  1487.        If I only had known what I've started...
  1488.  
  1489.  
  1490. 1990-11-12 Mark Howard, 1:260/340, suggested to write this history file.
  1491.        Quite a good idea.
  1492.